home *** CD-ROM | disk | FTP | other *** search
/ Chip: Special XP & Vista / Chip Spesial XP & Vista.iso / 6_Utility / NTRegOpt / ntregopt-setup.exe / {app} / README.TXT < prev   
Text File  |  2005-10-20  |  8KB  |  254 lines

  1. NTREGOPT
  2. ========
  3.  
  4. Registry Optimization for Windows NT/2000/2003/XP
  5.  
  6. v1.1j, 10/20/2005, Freeware
  7. Written by Lars Hederer
  8. e-mail: lars.hederer@t-online.de
  9.  
  10. Look for the latest version here:
  11. http://www.larshederer.homepage.t-online.de/erunt
  12.  
  13. To find out what's new in this version, please see the "Version
  14. history" section later in this file.
  15.  
  16.  
  17.  
  18. Introduction
  19. ------------
  20.  
  21. Similar to Windows 9x/Me, the registry files in an NT-based system
  22. can become fragmented over time, occupying more space on your hard
  23. disk than necessary and decreasing overall performance. You should
  24. use the NTREGOPT utility regularly, but especially after installing
  25. or uninstalling a program, to minimize the size of the registry files
  26. and optimize registry access.
  27.  
  28. The program works by recreating each registry hive "from scratch",
  29. thus removing any slack space that may be left from previously
  30. modified or deleted keys.
  31.  
  32. Note that the program does NOT change the contents of the registry in
  33. any way, nor does it physically defrag the registry files on the drive
  34. (as the PageDefrag program from SysInternals does). The optimization
  35. done by NTREGOPT is simply compacting the registry hives to the
  36. minimum size possible.
  37.  
  38.  
  39.  
  40. Supported operating systems
  41. ---------------------------
  42.  
  43. - Windows NT 3.51
  44. - Windows NT 4.0
  45. - Windows 2000
  46. - Windows 2003
  47. - Windows XP
  48. - most likely, all future Windows versions based on the NT kernel
  49.  
  50.  
  51.  
  52. Installation
  53. ------------
  54.  
  55. Use the Setup program to install NTREGOPT on your computer.
  56.  
  57. Or, if you downloaded the zipped version: Unzip all files into a
  58. folder of your choice, and if you want, create a shortcut on your
  59. desktop to the NTREGOPT.EXE file.
  60.  
  61.  
  62.  
  63. Uninstallation
  64. --------------
  65.  
  66. Use "Add/Remove Programs" in Windows' control panel to remove NTREGOPT
  67. from your computer.
  68.  
  69. Or, if you downloaded the zipped version: Delete the NTREGOPT folder,
  70. delete the appropriate desktop icon.
  71.  
  72.  
  73.  
  74. Optimizing the registry with NTREGOPT
  75. -------------------------------------
  76.  
  77. Note: To ensure proper operation of NTREGOPT, you should be logged in
  78. as a system administrator.
  79.  
  80. To optimize your registry, simply run NTREGOPT, click "OK", and when
  81. the process is complete click "OK" to reboot the computer. You should
  82. do so immediately because any changes made to the registry after
  83. NTREGOPT has been run are lost after the reboot.
  84.  
  85. Note that depending on your system configuration the optimization
  86. process may take some time, and that the first bar is NOT a progress
  87. bar, just an indicator that the program is still running.
  88.  
  89.  
  90.  
  91. NTREGOPT command line switches
  92. ------------------------------
  93.  
  94. NTREGOPT supports command line switches with which you can perform a
  95. "silent" registry optimization, without user interaction.
  96. The syntax for the NTREGOPT command line is:
  97.  
  98. NTREGOPT silent [/noprogresswindow] [/reboot]
  99.  
  100. (Switches in brackets are optional.)
  101.  
  102. Description of the command line switches:
  103.  
  104. silent
  105.   Puts NTREGOPT into "silent" mode and enables the other switches.
  106.  
  107. /noprogresswindow
  108.   Hides the progress window during optimization.
  109.  
  110. /reboot
  111.   Automatically reboots the computer when optimization of the registry
  112.   is complete.
  113.  
  114.  
  115.  
  116. Known problems
  117. --------------
  118.  
  119. NTREGOPT sometimes fails with error 1450 - "Insufficient system
  120. resources exist to complete the requested service" - when trying to
  121. save an optimized registry hive. I have not yet been able to reproduce
  122. this error on any PC, and reports from affected users indicate that it
  123. also pops up when trying to back up the critical hive using
  124. Microsoft's REGBACK program. This makes it unlikely that there is
  125. anything I can do on my (the programmer's) side. Some users reported
  126. however that they were able to work around the problem by running
  127. NTREGOPT in Windows' safe mode, and in one case uninstalling a
  128. Symantec software suite solved it permanently. One user reported that
  129. increasing the "IRPStackSize" value as described in Microsoft
  130. Knowledge Base article 177078 fixed the problem on his system.
  131.  
  132. When the system is rebooted after an optimization with NTREGOPT,
  133. Windows Server 2003 will by default display the shutdown event tracker
  134. during logon asking why the system has been shut down unexpectedly.
  135. This is because the info that the shutdown was in fact an expected one
  136. is written to the "old" registry during shutdown of the system which
  137. is replaced by the optimized registry next time the system is booted,
  138. and therefore the shutdown info is discarded and shutdown event
  139. tracker thinks the system crashed. You may want to disable the tracker
  140. to avoid this message in the future (see the Windows help for
  141. information on how to do this).
  142.  
  143. If you experience any other problems, please email me at
  144. lars.hederer@t-online.de with a detailed description and I will see if
  145. I can help you.
  146.  
  147.  
  148.  
  149. Localization
  150. ------------
  151.  
  152. You can translate this program into your language by editing the
  153. NTREGOPT.LOC file.
  154.  
  155. Keep in mind that the file should be edited using a Windows based
  156. editor (Notepad), to ensure that any OEM characters are displayed
  157. correctly in the program.
  158.  
  159. If your language is not yet present on my homepage and you want your
  160. localization to be available to the general public, you are welcome to
  161. send your translated file to me. I will then make it available for
  162. download, with credits of course.
  163.  
  164. I have included a German language file. If you want to use the program
  165. in German, simply unzip LOC_GER.ZIP into your NTREGOPT folder.
  166.  
  167.  
  168.  
  169. Version history
  170. ---------------
  171.  
  172. v1.1j, 10/20/2005
  173. - Fixed compatibility issues with 64-bit Windows (many thanks to
  174.   Ian Smith and Hajo for all testing)
  175. - Enhanced error messages
  176.  
  177. v1.1i, 08/17/2005
  178. - Optimization results are now calculated correctly when optimization
  179.   failed on one or more hives
  180.  
  181. v1.1h, 03/06/2005
  182. - Updated homepage address
  183.  
  184. v1.1f, 08/26/2004
  185. - Window position is now screen center instead of desktop center,
  186.   fixing display problem when using multiple monitors (thanks John :)
  187.  
  188. v1.1e, 07/31/2004
  189. - Optimization results: use thousand separator
  190.  
  191. v1.1d, 07/07/2004
  192. - Optimized error handling
  193.  
  194. v1.1c, 05/10/2004
  195. - Fixed problems with dynamic disks
  196. - Re-added support for Windows NT 3.51 (got lost with v1.1)
  197.  
  198. v1.1b, 04/23/2004
  199. - NTREGOPT is now compatible with Windows Server 2003 and Windows XP
  200.   Service Pack 2
  201. - Fixed a problem where the registry hives could not be optimized on
  202.   some systems
  203.  
  204. v1.1a, 10/03/2002
  205. - Fixed a problem where the registry hives could not be optimized on
  206.   some systems
  207.  
  208. v1.1, 09/25/2002
  209. - Added command line support
  210. - Show optimization results (initial and new registry size)
  211.  
  212. v1.0, 11/24/2001
  213. - Initial release
  214.  
  215.  
  216.  
  217. Distribution
  218. ------------
  219.  
  220. The NTREGOPT program is freeware. Please pass it to anyone who you
  221. think may find it useful.
  222.  
  223. I explicitly allow this program to be included in any file archive,
  224. CD-ROM or other media collection as well as usage in your own programs
  225. provided that all files are kept and remain unchanged. A quick note
  226. via e-mail where my program has been included is appreciated.
  227.  
  228.  
  229.  
  230. Donations
  231. ---------
  232.  
  233. Though I chose to make my programs freeware so that no one is required
  234. to pay for using them, I accept and appreciate donations. So, if you
  235. find my programs helpful and want to support further development,
  236. simply visit my homepage and click one of the "PayPal" buttons, or
  237. donate directly to my e-mail address via PayPal. Thanks in advance!
  238.  
  239. If you live in Germany and want to make a donation, you may also
  240. transfer money directly to my bank account. Contact me for more
  241. information.
  242.  
  243.  
  244.  
  245. Disclaimer
  246. ----------
  247.  
  248. Use this software at your own risk. I do not take responsibility for
  249. anything that might happen to you or the PC upon use of my program,
  250. including but not limited to: registry destruction, hard disk crash,
  251. heart attack...
  252.  
  253. Comments and suggestions via e-mail, however, are always welcome!
  254.